home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Arashi 1.1.1 / source code / Game Source / jam src / STCrack.h < prev    next >
Encoding:
Text File  |  1992-09-09  |  395 b   |  21 lines  |  [TEXT/KAHL]

  1. /*/
  2.      Project Arashi: STCrack.h
  3.      Major release: Version 1.1d2, 9/5/95
  4.  
  5.      Last modification: Wednesday, September 9, 1992, 22:13
  6.      Created: Saturday, March 2, 1991, 5:24
  7.  
  8.      Copyright © 1991-1992, Juri Munkki
  9. /*/
  10.  
  11. enum    {
  12.             FlipperLeft,
  13.             FlipperRight,
  14.             PlayerLeft,
  15.             PlayerRight,
  16.             PulsarCrack,
  17.             FlyingVector
  18.         };
  19.         
  20. void    AddCrack(int,int,int,int,int,int,int,int,int,int);
  21.